github.com/valyala/fastjson.cache.vs (field)
12 uses
github.com/valyala/fastjson (current package)
parser.go#L56: vs []Value
parser.go#L60: c.vs = c.vs[:0]
parser.go#L64: if cap(c.vs) > len(c.vs) {
parser.go#L65: c.vs = c.vs[:len(c.vs)+1]
parser.go#L67: c.vs = append(c.vs, Value{})
parser.go#L70: return &c.vs[len(c.vs)-1]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)